home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / FileComparer.lha / FileComparer.doc < prev    next >
Encoding:
Text File  |  2008-12-09  |  2.7 KB  |  131 lines

  1. Marco's File Comparer V1.0
  2. 21.July.97
  3.  
  4.  
  5.  
  6. 1-INTRODUCTION
  7. ~~~~~~~~~~~~~~
  8. Marco's File Comparer is a program that is used to compare
  9. two  files  to  see  if  they  are  equal  also  reporting
  10. useful  information  such  as  the  number  of  bytes  not
  11. matching and the % of the files that match.
  12.  
  13. It was made using AMOS PRO 2.0 and a GUI Extension made by
  14. Pietro Ghizzoni from Italy.
  15.  
  16.  
  17.  
  18. 2-COPYRIGHT
  19. ~~~~~~~~~~~
  20. "Marco's File Comparer" is  Freeware.  It  is  copyrighted
  21. Marco A.G.Pinto  and  may  be freely copied provided  that 
  22. nothing is changed.
  23.  
  24. You may not disassemble nor decompile it either.
  25.  
  26. If you put it together  with  commercial  products  please
  27. send me a copy of the product.
  28.  
  29. If  you put it in  cover  disks/CDs  of  magazines  please
  30. send me a copy of the magazine with the disk/CD.
  31.  
  32.  
  33.  
  34. 3-DISCLAIMER
  35. ~~~~~~~~~~~~
  36. This program is supplied "AS-IS".
  37. Use it at your own risk - I have made my best to make sure
  38. everything is well but if something goes wrong don't blame
  39. me.
  40.  
  41. I also have the right to change the documentation and  the
  42. program at any time without any previous information.
  43.  
  44.  
  45.  
  46. 4-CONTACTS
  47. ~~~~~~~~~~
  48. If you want to contact me write to:
  49.  
  50. Snail Mail:
  51.  
  52.    Marco A.G.Pinto
  53.    Apartado 3083
  54.    2745 Queluz
  55.    (Portugal)
  56.  
  57. E.Mail:
  58.  
  59.    nop10942@mail.telepac.pt
  60.  
  61.  
  62.  
  63. 5-HOW IT WORKS
  64. ~~~~~~~~~~~~~~
  65. The program is quite intuitive but here it goes:
  66.  
  67. You  can  select the 1st file either by  typing  its  name
  68. followed by return in the first string gadget or by  using
  69. the 1st disk gadget.
  70.  
  71. To select the 2nd file it's the same thing but use the 2nd
  72. text gadget or the 2nd disk gadget.
  73.  
  74.  
  75. Other options:
  76.  
  77. BUFFER SIZE:
  78.  -DYNAMIC  means that the  program  allocates  two  memory
  79.   blocks each one with the size of the files (one for each
  80.   file). It is faster this way. 
  81.  
  82.  -FIXED 16Kb  means  that  it  just  allocates  two memory
  83.   blocks with the size of 16Kb each  and  loads  the files
  84.   into them part by part.  It is slower and should only be
  85.   used if you don't have enough memory.
  86.  
  87.  
  88. ABOUT:
  89.  Shows  some  information  about  the program.  To see the
  90.  picture correctly make sure  you  have a Workbench screen
  91.  with at least 16 colours and Magic Workbench palette.
  92.  
  93.  
  94. COMPARE:
  95.  Starts comparing the two files selected  using  also  the
  96.  selected buffer size.
  97.  
  98.  
  99. ABORT:
  100.  Can be used to abort a compare operation.
  101.  
  102. EXIT:
  103.  Click here to leave the program. The same  can be done by
  104.  clicking in the close gadget (top left of the screen).
  105.  
  106.  
  107.  
  108. 6-FUTURE
  109. ~~~~~~~~
  110. Things planned:
  111.  
  112. o An iconify gadget
  113.  
  114. o A "VIEW" gadget to show the content of  the two files in
  115.   the positions where they are different
  116.  
  117. o A tooltype for selecting the Buffer Size
  118.  
  119. o Create a good Workbench icon
  120.  
  121. o Use Reqtools.library instead of Asl.library
  122.  
  123. o Any good ideas you may have
  124.  
  125.  
  126.  
  127. 7-HISTORY
  128. ~~~~~~~~~
  129. o 1.0  21.Jul.97
  130.   First release.
  131.